Groups
This module provides methods for managing groups of contacts within the Rainbow environment.
In Rainbow, a group represents a list of contacts that users can create and manage according to their needs. The Groups
interface offers functionality to interact with these groups, allowing users to retrieve, create, delete, and modify groups, as well as manage the members within these groups.
This interface can be used to:
Retrieve groups: Access a list of existing groups created by the user.
Create new groups: Define and establish new groups of contacts for easier management and communication.
Delete groups: Remove groups that are no longer needed or relevant.
Modify group details: Update the attributes of a group, such as its name or description.
Manage group members: Add or remove contacts from a group, ensuring that the group membership stays up-to-date.
Detailed information about each group is available through the Group object, which encapsulates all relevant data for individual groups, including member lists and group properties.
Samples
com.ale.rainbowsdk.samples.GroupsSampleProperties
Functions
Adds multiple contacts to a specific group.
Adds a contact to a specific group.
Creates a new group with the specified name and description.
Removes a contact from a specific group.
Removes multiple contacts from a specific group.
Deletes a group by its unique ID.
Fetches a group by its unique ID.
Fetches all groups for the user.
Finds and retrieves a group by its unique ID.
Finds and retrieves a group by its name.
Updates the details of an existing group.